home *** CD-ROM | disk | FTP | other *** search
/ Truse Original Drawing Collection 3 / Truse Original Drawing Collection 3.iso / splayer.exe / 0 / RCDATA / TFORMVIEW / TFORMVIEW.txt < prev   
Text File  |  1999-09-27  |  4KB  |  116 lines

  1. object FormView: TFormView
  2.   Left = 69
  3.   Top = 54
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Player'
  7.   ClientHeight = 377
  8.   ClientWidth = 568
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object DXDraw: TDXDraw
  24.     Left = 0
  25.     Top = 0
  26.     Width = 568
  27.     Height = 377
  28.     AutoInitialize = False
  29.     AutoSize = True
  30.     Color = clBtnFace
  31.     Display.BitCount = 32
  32.     Display.FixedBitCount = True
  33.     Display.FixedRatio = True
  34.     Display.FixedSize = False
  35.     Options = [doAllowReboot, doWaitVBlank, doSystemMemory, doCenter, doHardware, doRetainedMode, doSelectDriver, doRGB, doMono]
  36.     SurfaceHeight = 377
  37.     SurfaceWidth = 568
  38.     OnFinalize = DXDrawFinalize
  39.     OnInitialize = DXDrawInitialize
  40.     OnRestoreSurface = DXDrawRestoreSurface
  41.     Align = alClient
  42.     TabOrder = 0
  43.   end
  44.   object DXTimer: TDXTimer
  45.     ActiveOnly = True
  46.     Enabled = False
  47.     Interval = 30
  48.     OnActivate = DXTimerActivate
  49.     OnTimer = DXTimerTimer
  50.     Left = 20
  51.     Top = 20
  52.   end
  53.   object DXInput: TDXInput
  54.     ActiveOnly = True
  55.     Joystick.BindInputStates = True
  56.     Joystick.Effects.Effects = {
  57.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  58.       6E000000545046301D54466F726365466565646261636B456666656374436F6D
  59.       706F6E656E74025F3107456666656374730E01044E616D650607456666656374
  60.       730A45666665637454797065070665744E6F6E6506506572696F64023205506F
  61.       7765720310270454696D6503E80300000000}
  62.     Joystick.Enabled = True
  63.     Joystick.ForceFeedback = False
  64.     Joystick.AutoCenter = True
  65.     Joystick.DeadZoneX = 50
  66.     Joystick.DeadZoneY = 50
  67.     Joystick.DeadZoneZ = 50
  68.     Joystick.ID = 0
  69.     Joystick.RangeX = 1000
  70.     Joystick.RangeY = 1000
  71.     Joystick.RangeZ = 1000
  72.     Keyboard.BindInputStates = True
  73.     Keyboard.Effects.Effects = {
  74.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  75.       6E000000545046301D54466F726365466565646261636B456666656374436F6D
  76.       706F6E656E74025F3107456666656374730E01044E616D650607456666656374
  77.       730A45666665637454797065070665744E6F6E6506506572696F64023205506F
  78.       7765720310270454696D6503E80300000000}
  79.     Keyboard.Enabled = True
  80.     Keyboard.ForceFeedback = False
  81.     Keyboard.Assigns = {
  82.       4B00000026000000680000004A00000028000000620000004800000025000000
  83.       640000004C00000027000000660000005A000000200000000000000058000000
  84.       0D00000000000000000000000000000000000000000000000000000000000000
  85.       0000000000000000000000000000000000000000000000000000000000000000
  86.       0000000000000000000000000000000071000000000000000000000000000000
  87.       0000000000000000000000000000000000000000000000000000000000000000
  88.       0000000000000000000000000000000000000000000000000000000000000000
  89.       0000000000000000000000000000000000000000000000000000000000000000
  90.       0000000000000000000000000000000000000000000000000000000000000000
  91.       0000000000000000000000000000000000000000000000000000000000000000
  92.       0000000000000000000000000000000000000000000000000000000000000000
  93.       0000000000000000000000000000000000000000000000000000000000000000
  94.       0000000000000000000000000000000000000000000000000000000000000000
  95.       00000000000000000000000000000000}
  96.     Mouse.BindInputStates = False
  97.     Mouse.Effects.Effects = {
  98.       FF0A0044454C50484958464F524345464545444241434B454646454354003010
  99.       6E000000545046301D54466F726365466565646261636B456666656374436F6D
  100.       706F6E656E74025F3107456666656374730E01044E616D650607456666656374
  101.       730A45666665637454797065070665744E6F6E6506506572696F64023205506F
  102.       7765720310270454696D6503E80300000000}
  103.     Mouse.Enabled = False
  104.     Mouse.ForceFeedback = False
  105.     UseDirectInput = True
  106.     Left = 56
  107.     Top = 20
  108.   end
  109.   object DXSound: TDXSound
  110.     AutoInitialize = False
  111.     Options = []
  112.     Left = 88
  113.     Top = 20
  114.   end
  115. end
  116.